func crypto/x509.appendBase128Int

3 uses

	crypto/x509 (current package)
		oid.go#L66: 	der = appendBase128Int(der, oid[0]*40+oid[1])
		oid.go#L68: 		der = appendBase128Int(der, v)
		oid.go#L80: func appendBase128Int(dst []byte, n uint64) []byte {